home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / docs / freedos / download.mcafee.com / common / stylesheets / downloads.css
Encoding:
Cascading Style Sheet File  |  2004-08-19  |  1.9 KB  |  97 lines

  1. .dlSection ul.arrowList {
  2.     list-style-type: none;
  3.     display: block;
  4.     margin: 0px;
  5.     margin-left: 8px;
  6.     margin-bottom: 15px;
  7.     padding: 0px;
  8. }
  9.  
  10. .dlSection ul.arrowList li {
  11.     display: list-item;
  12.     clear: right;
  13.     float: none;
  14.     margin: 0px;
  15.     padding-left: 15px;
  16.     height: 15px;
  17.     font-size: 11px;
  18.     background-image: url(http://images.mcafee.com/en-us/homepage/icn_arrow_green_11x11.gif);
  19.     background-repeat: no-repeat;
  20.     background-position: left center;
  21.     behavior: url(/common/stylesheets/hover.htc);
  22. }
  23.  
  24. .dlSection ul.arrowList li:hover, .dlSection ul.arrowList li.hover {
  25.     background-image: url(http://images.mcafee.com/en-us/homepage/icn_arrow_putty_11x11.gif);
  26.     background-repeat: no-repeat;
  27.     background-position: left center;
  28.     color: #adab00;
  29. }
  30.  
  31. .callOut ul.arrowList {
  32.     margin-left: 0px;
  33. }
  34.  
  35. ul.arrowList li a, ul.arrowList li a:visited {
  36.     color: #000000;
  37.     text-decoration:none;
  38. }
  39.  
  40. ul.arrowList li a:hover {
  41.     color: #adab00;
  42. }
  43.  
  44. #dlBG{
  45. background-image: url(http://images.mcafee.com/download/subhead_bg.gif);
  46. height:22px;
  47. font-weight:bold;
  48. }
  49.  
  50. .dlSection{
  51. margin-bottom:30px;
  52. }
  53.  
  54.  
  55. #dlHeader{
  56. padding:0px;
  57. border:0px;
  58. background-color:#fff;
  59. background-image: url(http://images.mcafee.com/download/hdr_downloads_490x71.gif);
  60. height:71px;
  61. width:490px;
  62. }
  63. #dlHeader span{
  64. display:none;
  65. }
  66.  
  67.  
  68.  
  69. .dlSection h4{
  70. background-image: url(http://images.mcafee.com/common/dash_horizontal_3x1.gif);
  71. background-repeat: repeat-x;
  72. background-position: center bottom;
  73. padding:3px;
  74. }
  75. .dlSection span{
  76. font-size: 12px; 
  77. color: rgb(153, 153, 153);
  78. padding-left:5px;
  79. margin:0px;
  80. }
  81. .dlSection div{
  82. float:right;
  83. width:50%;
  84. padding-top:3px;
  85. margin-right:5px;
  86. background-image: url(http://images.mcafee.com/common/dash_vertical_1x3.gif);
  87. background-repeat: repeat-y;
  88. background-position: center left;
  89. }
  90.  
  91. #dlBannerAd{
  92. text-align:center;
  93. margin-top:10px;
  94. padding:10px;
  95. border-top:1px solid #666;
  96. }
  97.